Compressing and Decompressing Data
You can use thePackBits
function to compress a source buffer of data into a destination buffer and theUnpackBits
function to decompress a source buffer ofPackBits
-compressed data into a destination buffer.
Subtopics
- PackBits
- UnpackBits